home *** CD-ROM | disk | FTP | other *** search
- HERE IS ANOTHER TUTORIAL TO
- PISS MY MATE R!SC OFF :-}
- -----------------------------------
-
- Army men is another very easy game to crack,
- you will need;
-
- HEX WORKSHOP
- W32DSM89
- -----------------------------------
-
-
- First made a copy of the Army men.exe, then Hex edit
- the copy of Army men.exe and w32dsm89 the original.
- Now open the w32dsm89 and go to the string refs
- and look for (Army Men CD is not in drive)
- double click this and you should see this.
-
- :004101AC 6A00 push 00000000
- :004101AE B990585E00 mov ecx, 005E5890
- :004101B3 E898C70100 call 0042C950
- :004101B8 85C0 test eax, eax
- :004101BA 743F je 004101FB<------This is the first jump you want to
- :004101BC 6A00 push 00000000 change
- :004101BE 8BCE mov ecx, esi
-
- * Reference To: MFC42.Ordinal:0A52, Ord:0A52h
- |
- :004101C0 E8C7F50500 Call 0046F78C
-
- * Possible Reference to String Resource ID=00001: "DirectDraw create failed"
- |
- :004101C5 6A01 push 00000001
-
- * Possible StringData Ref from Data Obj ->"Army Men CD is not in the drive"
- |
- :004101C7 A1E0474800 mov eax, dword ptr [004847E0]<-----Start here
- :004101CC 50 push eax
- :004101CD 8B0D105F6500 mov ecx, dword ptr [00655F10]
- :004101D3 E848730500 call 00467520
- :004101D8 85C0 test eax, eax
- :004101DA 7424 je 00410200
-
- Right this is the first jump you change, we want to change this to EB (jump always).
- Click on the jump and high-light it, Now open your Hex Workshop and right click
- your mouse go down to GOTO and click it, Now if you look a the bottom of the
- screen in windasm you will see the @offset0000F5BAh put this number in the GOTO box
- in hex edit it should say this. :
-
- 58 5E 00 E8 98 C7 01 00 85 C0 [74] 3F 6A 00 8B CE
-
- We are going to change the 74 to EB .
- now here is the fun part there is two cd check,
- If you open to string ref again in windasm
- and double click it cums up with this:
-
- * Possible StringData Ref from Data Obj ->"Army Men CD is not in the drive"
- |
- :0043F949 A1E0474800 mov eax, dword ptr [004847E0]
- :0043F94E 742A je 0043F97A<------ We are going to change this one,
- :0043F950 6A00 push 00000000
- :0043F952 8B0D105F6500 mov ecx, dword ptr [00655F10]
- :0043F958 50 push eax
- :0043F959 E8C27B0200 call 00467520
- :0043F95E 85C0 test eax, eax
- :0043F960 741D je 0043F97F
- :0043F962 33D2 xor edx, edx
- :0043F964 8BCE mov ecx, esi
- :0043F966 E8E5B00000 call 0044AA50
- :0043F96B E810080000 call 00440180
- :0043F970 E8FBD00200 call 0046CA70
- :0043F975 33C0 xor eax, eax
- :0043F977 5F pop edi
- :0043F978 5E pop esi
- :0043F979 C3 ret
-
- Click on the jump again and get the @offset number which is 0003ED4E,
- Open Hex edit and click GOTO again put the @offset number and click ok,
- It should say this:
-
- 5E 00 E8 09 D0 FE FF 85 C0 A1 E0 47 48 00 [74] 2A
-
- We are going to change the 74 into a EB now save your
- Hex edit work.
- now if you double click your copy it will work with NO cd
- but there a problem there no Campaigns so want we do is go
- on the cd and copy the campaign in to your Army men folder.
-
- BINGO it crack LOL
-
-
- by ghozt your friendly crack learner
-
-
-
-